Version

StartCap Method

The style of the starting point of any lines or polylines representing this series.
Syntax
'Declaration
 
Public Function StartCap( _
   ByVal startCap As PenLineCap _
) As StackedFragmentSeries(Of T)
public StackedFragmentSeries<T> StartCap( 
   PenLineCap startCap
)

Parameters

startCap
Remarks
Not every series type has a line at which it would be appropriate to display a start cap, so this property does not affect every series type. LineSeries, for example, is affected by StartCap, but ColumnSeries is not.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub